import { Grid, View, useTheme } from '@aws-amplify/ui-react'; export const DefaultGridExample = () => { const { tokens } = useTheme(); return ( ); };